gtk4.git
2018-04-24 Stas SoloveyUpdate Russian translation
2018-04-24 Benjamin Ottesnapshot: Get rid of record_nodes flag
2018-04-24 Benjamin Otterendernode: Remove gsk_render_node_set_name()
2018-04-24 Benjamin Ottesnapshot: Redo debug messages
2018-04-24 Benjamin Ottegsk: Add GskDebugNode
2018-04-24 Matthias ClasenMerge branch 'wip/matthiasc/emoji-picker' into 'master'
2018-04-23 Matthias ClasenDrop Ctrl-Shift-e support
2018-04-23 Matthias Clasenwidget-factory: add emoji completion to an entry
2018-04-23 Matthias Clasenentry: Add emoji completion
2018-04-23 Matthias ClasenAdd an emoji completion popup
2018-04-23 Matthias ClasenExport some entry functions privately
2018-04-23 Emmanuele Bassiwayland: Allow a NULL inhibitors hash table
2018-04-23 Ting-Wei Langtk-demo, testgtk: Don't pass an integer to fabs
2018-04-23 Ting-Wei Lanimcontextxim: Don't assign a variable to itself
2018-04-23 Ting-Wei LanFix header guards
2018-04-23 Ting-Wei Lanbuild: Use cc.links to check linker arguments
2018-04-23 Ting-Wei Lanbuild: Make the default setting work on non-Linux Unix...
2018-04-23 Daniel MustielesUpdate Spanish translation
2018-04-23 Emmanuele Bassiwayland: Allow a NULL inhibitors hash table
2018-04-23 Matthias ClasenMerge branch 'wip/lantw/improve-freebsd-build-and-fix...
2018-04-22 Daniel BolesWidget: Add missing space in new warning
2018-04-22 Daniel Bolesthemes: Fix a new comment
2018-04-22 Daniel Bolesthemes: Fix swapped borders on RTL PathBar buttons
2018-04-22 Daniel BolesCheckMenuItem: Fix insert_after|before() here too
2018-04-22 Daniel BolesMenuItem: Fix broken args to insert_before|after()
2018-04-22 Daniel BolesWidget: Show widget name/addrs if fail to reparent
2018-04-22 Daniel BolesWidget: Trivially fix arg name in non-doc comment
2018-04-22 Daniel BolesMenuButton: popover connects to menu_deactivate_cb
2018-04-22 Daniel BolesMenuButton: Disconnect newly added signal handler
2018-04-22 Daniel BolesMenuButton: Clarify NULL popup/over/menu/model doc
2018-04-22 Daniel BolesMenuButton: Drop ref to Popover on its ::destroy
2018-04-22 Daniel BolesEntry: Show optional style classes in node diagram
2018-04-22 Juan Pablo... a11y/ScrolledWin|IconView: Connect signals safely
2018-04-22 Piotr DrągUpdate Polish translation
2018-04-22 Ting-Wei Langtk-demo, testgtk: Don't pass an integer to fabs
2018-04-22 Ting-Wei Lanimcontextxim: Don't assign a variable to itself
2018-04-22 Ting-Wei LanFix header guards
2018-04-22 Ting-Wei Lanbuild: Use cc.links to check linker arguments
2018-04-22 Ting-Wei Lanbuild: Make the default setting work on non-Linux Unix...
2018-04-22 Benjamin Ottewidget: Position changes don't require a redraw
2018-04-22 Benjamin Ottedemo: Don't add more icons all the time
2018-04-21 Timm Bäderbuild: Remove 'name' kwarg from has_function calls
2018-04-21 Timm Bäderbuild: Fix copy/paste error
2018-04-21 Timm BäderAlways use #ifdef for G_ENABLE_DEBUG
2018-04-21 Timm Bädersizerequestcache: Directly initialize some locals
2018-04-21 Timm BäderUse inlined gtk_widget_get_display version in a few...
2018-04-21 Timm Bäderwidget: Add static inline version of gtk_widget_display()
2018-04-21 Timm Bädertextview: Remove handling_key_event flag
2018-04-21 Timm Bädergsk: Make gsk_text_node_new_with_bounds private
2018-04-21 Timm Bädergl renderer: Rename texture_id parameter to fbo_id
2018-04-21 Timm Bäderwidget: Use get_instance_private more often
2018-04-21 Timm Bädersizerequestcache: Constify some locals
2018-04-21 Timm Bädersizerequestcache: Use int instead of gint
2018-04-21 Timm Bädersizerequest: Pull locals in closest scope
2018-04-21 Timm Bädersnapshot: Fix some documentation problems
2018-04-21 Timm Bäderviewport: Remove useless import
2018-04-21 Timm Bäderviewport: Remove outdated comment
2018-04-21 Timm Bädergl renderer: Fix fallback node scaling
2018-04-20 Matthias ClasenMerge branch 'print-deserialize' into 'master'
2018-04-20 Matthias Clasenprinting: Be more careful when deserializing
2018-04-20 Daniel MustielesUpdated Spanish translation
2018-04-19 Daniel MustielesRevert "Update Spanish translation"
2018-04-19 Marco Trevisan... stack: protect set_visible_child_name from NULL stack
2018-04-19 Emmanuele BassiMerge branch 'gtkplacesview-finalization-fixes-master...
2018-04-19 Marco Trevisan... gtkplacesview: disconnect from server list monitor...
2018-04-19 Marco Trevisan... gtkplacesview: unset entry_pulse_timeout_id before...
2018-04-18 Daniel BolesScale: Document new optional classes on value node
2018-04-18 Daniel BolesRange: Make down/up keys act like down/up scrolls
2018-04-18 Daniel BolesRange: Use should_invert_move() to scroll value
2018-04-18 Daniel BolesRange: Add should_invert_move() for scrolls & keys
2018-04-17 Benjamin Ottesnapshot: Don't handle clip anymore
2018-04-17 Daniel BolesMenuShell: Avoid compiler warning re un/signed cmp
2018-04-17 Daniel BolesMenu|Item: Fix FIXME re non-const interned strings
2018-04-17 Daniel BolesMenu: Remove redundant typecheck in private func
2018-04-17 Daniel BolesMenu: Update @accel_path annotation/description
2018-04-17 Daniel BolesMenu: Typecheck AccelGroup passed via public API
2018-04-17 Daniel BolesMenu: Typecheck before dereferencing to get ->priv
2018-04-17 Daniel BolesMenuShell: Sanitise take_focus bool via public API
2018-04-17 Daniel BolesMenuShell: Typecheck the instance @ select_first()
2018-04-17 Daniel BolesCellRenderer: Link to CellEditable.start_editing()
2018-04-17 Daniel BolesCellRenderer: Clarify doc of .start_editing()
2018-04-17 Daniel BolesCellRenderer: Entry is not the only CellEditable
2018-04-17 Daniel BolesCellRenderer|Editable: Don't @See_also subclasses
2018-04-17 Daniel BolesCellEditable: Clarify doc on lifecycle of editable
2018-04-17 Daniel BolesCellEditable: Move arg description to right place
2018-04-17 Daniel BolesCellEditable: Fix grammar error in doc synopsis
2018-04-17 Christoph Reiterci: move the docker image to gitlab.gnome.org
2018-04-17 Daniel MustielesUpdate Spanish translation
2018-04-17 Emmanuele BassiAdd an issue template for crashers
2018-04-16 gogoUpdate Croatian translation
2018-04-16 Matthias ClasenMerge branch 'code-owners' into 'master'
2018-04-16 Emmanuele Bassidocs: Start defining the owners of code sections
2018-04-16 gogoUpdate Croatian translation
2018-04-16 Christoph Reiterci: remove allow_failure from flatpak jobs again
2018-04-16 Matthias ClasenNo need to clear GTK_MODULES anymore
2018-04-16 Matthias ClasenSpruce up config summary
2018-04-15 Matthias Clasenflatpak: Bundle wayland for now
2018-04-15 Timm Bädertooltip: Ignore events with pressed buttons
2018-04-15 Timm Bädergl renderer: Remove unused viewport member
2018-04-15 Timm Bäderframe: Use underscores in widgets ids in the docs
next